*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4455 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5df89f4896
commit
17c7e3a869
1 changed files with 23 additions and 0 deletions
|
|
@ -1,5 +1,28 @@
|
|||
Version 1.3.18 (In progress)
|
||||
============================
|
||||
03/07/2003: beazley
|
||||
Fixed a variety of subtle preprocessor problems reported by
|
||||
Sebastien Recio.
|
||||
|
||||
(a) Empty preprocessor values no longer generate "bad constant
|
||||
value" errors. For example:
|
||||
|
||||
#define FOO
|
||||
#define FOO BAR
|
||||
|
||||
(b) Macro names can now span multiple lines (technically valid,
|
||||
although questionable practice). For example:
|
||||
|
||||
#define A_LONG_MACRO_\
|
||||
NAME 42
|
||||
|
||||
(c) Whitespace is no longer required before certain macro values.
|
||||
For example:
|
||||
|
||||
#define FOO"Hello"
|
||||
#define BAR\
|
||||
"Hello"
|
||||
|
||||
03/07/2003: ljohnson (Lyle Johnson)
|
||||
[Ruby] Added missing long long and unsigned long long typemaps
|
||||
in the Lib/ruby/typemaps.i library file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue