From 949cd7869a69c75c59aa1533832221638b218749 Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 14 Mar 2008 21:34:13 +0000 Subject: [PATCH] fixed nested comments git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5098 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- as/link/z80/lkmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.47.2