fixed nested comments
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 14 Mar 2008 21:34:13 +0000 (21:34 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 14 Mar 2008 21:34:13 +0000 (21:34 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5098 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/link/z80/lkmain.c

index da4719ae34c698a8d28b5d7ab223202cde5b3506..c7cbfcc1684b3d445e21fb5095f89619eb25955f 100644 (file)
@@ -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",