Tweak to changes note

This commit is contained in:
William S Fulton 2013-02-18 22:37:43 +00:00
commit 2435b98a24

View file

@ -41,7 +41,7 @@ Version 2.0.10 (in progress)
typedef struct {...} X;
2013-02-17: kwwette
When generating functions which wrap C extension code, use "(void)" for no-argument functions
When generating functions provided by %extend, use "(void)" for no-argument functions
instead of "()". This prevents warnings when compiling with "gcc -Wstrict-prototypes".
2013-02-15: wsfulton