* 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;
struct stat st;
extern int errno;
#ifdef CAN_DUMP
#ifdef NOMAIN
# define foo (av[0][0])
#if defined(CAN_DUMP) && defined(NOMAIN)
# define foo (av[0][0])
#else
char foo;
#endif
#endif
#ifdef CAN_DUMP
memset (unused, 0, 1); /* see comment above */