diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 578217307..115f0a30c 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -446,10 +446,10 @@ Here is a description of all the command line options: Use static storage for local variables instead of storage on the stack. Since the stack is emulated in software, this gives shorter and usually - faster code, but the code is no longer reentrant. The difference between - void f (void)