1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Remove extraneous semicolon from `SCM_STATIC_SUBR_OBJVECT' to prevent ISO C90 warning.

* snarf.h (SCM_STATIC_SUBR_OBJVECT): Remove semicolon at end of macro
  definition.
This commit is contained in:
Julian Graham 2011-09-18 16:58:47 -04:00 committed by Ludovic Courtès
parent 72b2ca55f6
commit ccb771575a

View file

@ -372,7 +372,7 @@ SCM_SNARF_INIT(scm_set_smob_apply((tag), (c_name), (req), (opt), (rest));)
SCM_PACK (0), \ SCM_PACK (0), \
foreign, \ foreign, \
SCM_BOOL_F, /* the name */ \ SCM_BOOL_F, /* the name */ \
}; \ }
#define SCM_STATIC_PROGRAM(c_name, objcode, objtable, freevars) \ #define SCM_STATIC_PROGRAM(c_name, objcode, objtable, freevars) \
static SCM_ALIGNED (8) SCM_UNUSED SCM \ static SCM_ALIGNED (8) SCM_UNUSED SCM \