Cleaned up the ir.h
This commit is contained in:
@@ -20,11 +20,18 @@ typedef struct n {
|
||||
* @return Pointer to the initialized node
|
||||
* */
|
||||
node_t* node_init (
|
||||
node_t *nd, node_index_t type, void *data, uint64_t n_children, ...
|
||||
node_t* nd,
|
||||
node_index_t type,
|
||||
void* data,
|
||||
uint64_t n_children,
|
||||
...
|
||||
);
|
||||
|
||||
typedef enum {
|
||||
SYM_GLOBAL_VAR, SYM_FUNCTION, SYM_PARAMETER, SYM_LOCAL_VAR
|
||||
SYM_GLOBAL_VAR,
|
||||
SYM_FUNCTION,
|
||||
SYM_PARAMETER,
|
||||
SYM_LOCAL_VAR
|
||||
} symtype_t;
|
||||
|
||||
typedef struct s {
|
||||
|
||||
Reference in New Issue
Block a user