Discussion:
[patch] typedefs and identifiers with leading underscores
123
2012-06-02 10:24:58 UTC
Permalink
There is no reason to have a name for structs when we just want to
typedef them. BTW identifiers that begin with underscore are reserved.
Attached patch fixes all typedefs.
123
2012-06-03 10:33:40 UTC
Permalink
Updated patch to fix warning in jpeg.c.

Loading...