* 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:
parent
098b405785
commit
fa11b91757
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue