mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@494 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2df60e5033
commit
72e790bfbe
6
doc/BUGS
6
doc/BUGS
@ -18,7 +18,7 @@ Introduced with version 2.5:
|
||||
did not work with the new symbol table code, and should be unnecessary as
|
||||
soon as local variables are allocated in one chunk on function entry.
|
||||
|
||||
* Register variables are not currently unavailable. The command line
|
||||
switches and the "register" keyword is still accepted, so this should not
|
||||
harm existing programs.
|
||||
* Register variables are currently unavailable. The command line switches
|
||||
and the "register" keyword is still accepted, so this should not harm
|
||||
existing programs.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user