Allows synthetic names to start with a number

This commit is contained in:
Heroman
2019-07-21 19:15:59 +10:00
parent f5693cafe6
commit eaab84e79f
-1
View File
@@ -84,7 +84,6 @@
// 0 .. 9
if(48 to 57) //Numbers
if(!last_char_group) continue //suppress at start of string
if(!allow_numbers) continue // If allow_numbers is 0, then don't do this.
output += ascii2text(ascii_char)
number_of_alphanumeric++