mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Use 'unsigned char' instead of 'char' in many places, to reduce casts.
This commit is contained in:
@@ -87,7 +87,7 @@ CONFIG_H = config.h
|
||||
VERSION_H = version.h
|
||||
OPTIONS_H = options.h options.icc
|
||||
READ_LINE_H = read-line.h read-line.icc
|
||||
KEYWORD_H = keyword.h
|
||||
KEYWORD_H = keyword.h keyword.icc
|
||||
KEYWORD_LIST_H = keyword-list.h $(KEYWORD_H)
|
||||
INPUT_H = input.h $(READ_LINE_H) $(KEYWORD_LIST_H)
|
||||
BOOL_ARRAY_H = bool-array.h bool-array.icc $(OPTIONS_H)
|
||||
|
||||
Reference in New Issue
Block a user