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:
@@ -1,5 +1,7 @@
|
||||
2007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* base.h: Remove Lines, Verbose, EXTERN.
|
||||
* menu2.c: Add Lines, Verbose. Remove EXTERN.
|
||||
* base.h: Remove BlankAsWarnings.
|
||||
* base.h: Remove NumberOf*.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -42,10 +42,12 @@ extern char *optarg; /* Why is this not in <stdlib.h>? */
|
||||
#define NAME_MAX 14 /* Why is the one in limits.h not showing up? */
|
||||
#endif
|
||||
#define INIT_DATA
|
||||
#define EXTERN
|
||||
|
||||
#include "base.h"
|
||||
|
||||
boolean Verbose; /* status/debug msgs */
|
||||
Chain_Control Lines;
|
||||
|
||||
FILE *OutFile;
|
||||
|
||||
static void ProcessFile2(
|
||||
|
||||
Reference in New Issue
Block a user