Lexer: Migrated ispunct to Lexer::isPunctuation

This commit is contained in:
Paul Beckingham 2015-04-16 23:52:43 -04:00
parent 3cbb2bb20f
commit 39fb45447b
6 changed files with 11 additions and 40 deletions

View file

@ -31,7 +31,6 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <Nibbler.h>
#include <Date.h>
#include <Variant.h>