forked from Imagelibrary/rtems
2007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* base.h: Remove Lines, Verbose, EXTERN. * menu2.c: Add Lines, Verbose. Remove EXTERN.
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
#include "system.h"
|
||||
#include "chain.h"
|
||||
|
||||
#ifndef EXTERN
|
||||
#define EXTERN extern
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Paragraph size should be kept down because it is allocated for each
|
||||
* Line_Control. If this number is large, the memory requirements for
|
||||
@@ -99,7 +95,4 @@ void DumpList(
|
||||
|
||||
void ReleaseFile();
|
||||
|
||||
EXTERN boolean Verbose; /* status/debug msgs */
|
||||
EXTERN Chain_Control Lines;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user