summaryrefslogtreecommitdiff
path: root/src/InadequacyList.h
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-08-12 14:55:42 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-08-14 06:15:41 +0200
commit9a5c688ae40ce8264ebd2eacdb037017e5ebd07f (patch)
treef9e67f6e0c2ed4b49bbaa51475e7b8ddad088ea9 /src/InadequacyList.h
parente3b7c0182073c96a2717090c6f30a9526d6b0387 (diff)
downloadbison-9a5c688ae40ce8264ebd2eacdb037017e5ebd07f.tar.gz
style: src: remove useless reference to 'int' in integral types
* src/AnnotationList.c, src/AnnotationList.h, src/InadequacyList.h, * src/closure.c, src/closure.h, src/gram.c, src/gram.h, src/ielr.c, * src/location.c, src/output.c, src/reader.c, src/relation.c, * src/scan-code.l, src/scan-gram.l, src/tables.c, src/tables.h: Prefer 'unsigned' to 'unsigned int'. Likewise for long and short.
Diffstat (limited to 'src/InadequacyList.h')
-rw-r--r--src/InadequacyList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InadequacyList.h b/src/InadequacyList.h
index 42f11fc4..a05b99da 100644
--- a/src/InadequacyList.h
+++ b/src/InadequacyList.h
@@ -31,7 +31,7 @@
* This must remain unsigned so that the overflow check in
* \c InadequacyList__new_conflict works properly.
*/
-typedef unsigned long long int InadequacyListNodeCount;
+typedef unsigned long long InadequacyListNodeCount;
/**
* For a conflict, each rule in the grammar can have at most one contributing