Updated with latest changes.

This commit is contained in:
pnenzi 2005-04-29 07:33:58 +00:00
parent cb6094d8fa
commit b3c5a9f577
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2005-04-29 Paolo Nenzi <p.nenzi@ieee.org>
* src/frontend/inpcom.c: end-of-line comments starting with
the "$" (dollar) sign can be confused with a variable. To
avoid this, the new syntax for such and-of-line comment is:
$ <any comment> (the space is mandatory).
Patch sent from Steven Borley <steven.borley@diode.demon.co.uk>.
2005-04-26 Paolo Nenzi <p.nenzi@ieee.org>
* src/main.c, src/frontend{inp.c, nutinp.c}, src/include/defines.h: