summaryrefslogtreecommitdiff
path: root/src/AnnotationList.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/AnnotationList.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/AnnotationList.h')
-rw-r--r--src/AnnotationList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AnnotationList.h b/src/AnnotationList.h
index 739f377f..f770f6f0 100644
--- a/src/AnnotationList.h
+++ b/src/AnnotationList.h
@@ -25,7 +25,7 @@
# include "InadequacyList.h"
# include "state.h"
-typedef unsigned int AnnotationIndex;
+typedef unsigned AnnotationIndex;
/**
* A node in a list of annotations on a particular LR(0) state. Each