libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
enum.h
Go to the documentation of this file.
1
8#pragma once
9
10#include "def.h"
11
12#ifndef ENUM
13 #define ENUM(...) /* nothing */
14#endif
Base definitions.