Skip to content

Commit

Permalink
issue doxygen#10928 Setting JAVACC_CHAR_TYPE
Browse files Browse the repository at this point in the history
`JAVACC_CHAR_TYPE` was already set in the main `CMakeLists.txt`  but its value was not used here.
  • Loading branch information
albert-github committed Jun 7, 2024
1 parent 3ce1c91 commit 2bc5d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcstring.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ inline int qstricmp_sort( const char *str1, const char *str2 )

int qstrnicmp( const char *str1, const char *str2, size_t len );

using JavaCCString = std::basic_string<unsigned char>;
using JavaCCString = std::basic_string<JAVACC_CHAR_TYPE>;

/** This is an alternative implementation of QCString. It provides basically
* the same functions but uses std::string as the underlying string type
Expand Down

0 comments on commit 2bc5d87

Please sign in to comment.