add if statement and declaration
This commit is contained in:
12
src/runtime/objects/literals/literals.h
Normal file
12
src/runtime/objects/literals/literals.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef RUNTIME_LITERALS_H
|
||||
#define RUNTIME_LITERALS_H
|
||||
#include "../object.h"
|
||||
|
||||
extern ArgonObject *ARGON_NULL;
|
||||
extern ArgonObject *ARGON_FALSE;
|
||||
extern ArgonObject *ARGON_TRUE;
|
||||
|
||||
void init_literals();
|
||||
|
||||
|
||||
#endif // RUNTIME_LITERALS_H
|
||||
Reference in New Issue
Block a user