mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Add missing blank lines
This commit is contained in:
2
symbol.c
2
symbol.c
@@ -232,6 +232,7 @@ showallglobals(void)
|
|||||||
printf("No global variables\n");
|
printf("No global variables\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
S_FUNC void
|
S_FUNC void
|
||||||
printtype(VALUE *vp)
|
printtype(VALUE *vp)
|
||||||
{
|
{
|
||||||
@@ -360,6 +361,7 @@ writeglobals(char *name)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Free all non-null global and visible static variables
|
* Free all non-null global and visible static variables
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user