More explicit use of "const", "extern", and "static", particularly to

limit the scope of many local variables and functions.
This commit is contained in:
Jesse Thilo
2000-07-04 03:29:02 +00:00
parent 27821bff0f
commit 4a120d45e6
20 changed files with 345 additions and 298 deletions

View File

@@ -31,8 +31,8 @@ Boston, MA 02111-1307, USA. */
char *nullable;
void free_nullable PARAMS((void));
void set_nullable PARAMS((void));
extern void free_nullable PARAMS((void));
extern void set_nullable PARAMS((void));
void
set_nullable (void)