/[guile]/guile/guile-core/libguile/gen-scmconfig.c
ViewVC logotype

Diff of /guile/guile-core/libguile/gen-scmconfig.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by rlb, Thu Mar 27 20:07:17 2003 UTC revision 1.3 by ela, Sat Jun 14 05:36:02 2003 UTC
# Line 276  main (int argc, char *argv[]) Line 276  main (int argc, char *argv[])
276        "   be more likely to be what you want */\n");        "   be more likely to be what you want */\n");
277    pf ("#define SCM_SIZEOF_LONG_LONG %d\n", SIZEOF_LONG_LONG);    pf ("#define SCM_SIZEOF_LONG_LONG %d\n", SIZEOF_LONG_LONG);
278    pf ("#define SCM_SIZEOF_UNSIGNED_LONG_LONG %d\n", SIZEOF_UNSIGNED_LONG_LONG);    pf ("#define SCM_SIZEOF_UNSIGNED_LONG_LONG %d\n", SIZEOF_UNSIGNED_LONG_LONG);
279      pf ("#define SCM_SIZEOF___INT64 %d\n", SIZEOF___INT64);
280      pf ("#define SCM_SIZEOF_UNSIGNED___INT64 %d\n", SIZEOF_UNSIGNED___INT64);
281    
282    pf ("\n");    pf ("\n");
283    pf ("/* These are always defined. */\n");    pf ("/* These are always defined. */\n");

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26