projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b17fd29
)
Fix a sanitization screwup.
author
Stan Shebs
<shebs@codesourcery.com>
Tue, 17 May 1994 16:59:33 +0000
(16:59 +0000)
committer
Stan Shebs
<shebs@codesourcery.com>
Tue, 17 May 1994 16:59:33 +0000
(16:59 +0000)
gdb/main.c
patch
|
blob
|
history
diff --git
a/gdb/main.c
b/gdb/main.c
index 05dddd0c63cb47523615d155d5874df377cee748..eb84f2c1f3f93b3b739a91b4734dc292608f6a0f 100644
(file)
--- a/
gdb/main.c
+++ b/
gdb/main.c
@@
-1019,7
+1019,7
@@
GDB manual (available as on-line info or a printed manual).\n", gdb_stdout);
mac_command_loop ();
else
#endif /* MPW */
-/*
start
-sanitize-mpw */
+/*
end
-sanitize-mpw */
command_loop ();
quit_command ((char *)0, instream == stdin);
}