* Fixed a compile problem when CAN_DUMP is not defined.

git-svn-id: svn://svn.zoy.org/elk/trunk@112 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-06 16:05:13 +00:00
parent 098b405785
commit fa11b91757
1 changed files with 2 additions and 4 deletions

View File

@ -177,13 +177,11 @@ int main (int ac, char **av) {
Object file; Object file;
struct stat st; struct stat st;
extern int errno; extern int errno;
#ifdef CAN_DUMP #if defined(CAN_DUMP) && defined(NOMAIN)
#ifdef NOMAIN # define foo (av[0][0])
# define foo (av[0][0])
#else #else
char foo; char foo;
#endif #endif
#endif
#ifdef CAN_DUMP #ifdef CAN_DUMP
memset (unused, 0, 1); /* see comment above */ memset (unused, 0, 1); /* see comment above */