ugh
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#include <stdint.h>
|
||||
#include "libkeke_symbol.h"
|
||||
|
||||
static KekeSymbol iota = KEKE_NULL_SYMBOL + 1;
|
||||
static _Atomic KekeSymbol iota = KEKE_NULL_SYMBOL + 1;
|
||||
|
||||
KekeSymbol keke_new_symbol() {
|
||||
return iota++;
|
||||
|
||||
Reference in New Issue
Block a user