From: borutr Date: Fri, 14 Mar 2008 21:34:13 +0000 (+0000) Subject: fixed nested comments X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=949cd7869a69c75c59aa1533832221638b218749;p=fw%2Fsdcc fixed nested comments git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5098 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/link/z80/lkmain.c b/as/link/z80/lkmain.c index da4719ae..c7cbfcc1 100644 --- a/as/link/z80/lkmain.c +++ b/as/link/z80/lkmain.c @@ -1440,13 +1440,13 @@ char *usetxt[] = { " -f file[LNK] File input", " -p Prompt and echo of file[LNK] to stdout (default)", " -n No echo of file[LNK] to stdout", -/* +#if 0 #ifdef SDK "Usage: [-Options] outfile file [file ...]", #else /* SDK */ "Usage: [-Options] file [file ...]", #endif /* SDK */ -*/ +#endif "Libraries:", " -k Library path specification, one per -k", " -l Library file specification, one per -l",