Changeset 1687
- Timestamp:
- Nov 16, 2011, 12:37:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/symtab/pbgs_utilities.h
r1665 r1687 208 208 static inline bool isGeneralDelimiter(const char c) 209 209 { 210 return !(('A' <= c && c <= 'Z') || ('a' <= c && c <= 'z') || ('0' <= c && c <= '9'));210 return !(('A' <= c && c <= 'Z') || ('a' <= c && c <= 'z')); 211 211 } 212 212
Note: See TracChangeset
for help on using the changeset viewer.