summaryrefslogtreecommitdiff
path: root/identifiers.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-04 17:51:40 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-04 17:51:40 -0500
commit3350b49826dcdf046835ec70a954122e1c21855d (patch)
tree045a06abedb4af1878cd9f3f72d96c8cc4aff032 /identifiers.c
parentd2b60a4be9e6b2172a267c6a9554567f1c54211a (diff)
more namespaces
Diffstat (limited to 'identifiers.c')
-rw-r--r--identifiers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/identifiers.c b/identifiers.c
index da1db17..ed5e675 100644
--- a/identifiers.c
+++ b/identifiers.c
@@ -30,7 +30,6 @@ static int is_ident(int c) {
static void idents_create(Identifiers *ids) {
str_hash_table_create(&ids->table, sizeof(IdentSlot) - sizeof(StrHashTableSlot), NULL);
ids->rseed = 0x27182818;
-
}
/* advances s until a non-identifier character is reached, then returns the number of characters advanced */