Author: guillaumesottas@Guillaumes-MacBook-Pro.local
Branch:
Changeset: r3251:fa1ef05714de
Date: 2019-03-26 17:23 -0600
http://bitbucket.org/cffi/cffi/changeset/fa1ef05714de/
Log:remove extra comments.
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
Author: guillaumesottas@Guillaumes-MacBook-Pro.local
Branch:
Changeset: r3249:d1bf39c55881
Date: 2019-03-26 13:09 -0600
http://bitbucket.org/cffi/cffi/changeset/d1bf39c55881/
Log:add support for long/long long C integer constant suffixes, and
support for base 2 integer constant as wel
Author: guillaumesottas@Guillaumes-MacBook-Pro.local
Branch:
Changeset: r3248:c0fbaf8dc825
Date: 2019-03-25 10:24 -0600
http://bitbucket.org/cffi/cffi/changeset/c0fbaf8dc825/
Log:fix #407 add support for u/U suffix in integer constants (eg. 0xABu,
or 0xCDU).
diff --git a/cffi/cparser
Author: guillaumesottas@Guillaumes-MacBook-Pro.local
Branch:
Changeset: r3250:ae7712fab365
Date: 2019-03-26 17:12 -0600
http://bitbucket.org/cffi/cffi/changeset/ae7712fab365/
Log:remove useless try/catch, and remove unreachable elif statement.
diff --git a/cffi/cparser.py b/cffi/cparser.py
-