diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/lib/util/plaparse.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/lib/util/plaparse.c')
-rw-r--r-- | src/lib/util/plaparse.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/plaparse.c b/src/lib/util/plaparse.c index c3a2261c564..e60c7344788 100644 --- a/src/lib/util/plaparse.c +++ b/src/lib/util/plaparse.c @@ -50,7 +50,7 @@ DEBUGGING ***************************************************************************/ -#define LOG_PARSE 0 +#define LOG_PARSE 0 @@ -60,9 +60,9 @@ struct parse_info { - UINT32 inputs; - UINT32 outputs; - UINT32 terms; + UINT32 inputs; + UINT32 outputs; + UINT32 terms; }; |