This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

non-const constants (Re: So far, so good.)



Why not just build a little program a la:

  #define EMIT_CONST(s) printf( "#define CONST_" #s " 0X%08x\n", (s));
  main()
  {
    EMIT_CONST( SCM_BOOL_T );
    ...
  }

and run the thing to construct what you need?
Or am I too late to the party to follow the argument?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]