diff --git a/symbol.c b/symbol.c index 5cf98a0..8508ab8 100644 --- a/symbol.c +++ b/symbol.c @@ -232,6 +232,7 @@ showallglobals(void) printf("No global variables\n"); } + S_FUNC void printtype(VALUE *vp) { @@ -360,6 +361,7 @@ writeglobals(char *name) return 0; } + /* * Free all non-null global and visible static variables */