fix(ast): rename *_cmd() functions to *_command()
This commit is contained in:
parent
30df2993ee
commit
f0e3c2f41b
3 changed files with 21 additions and 19 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef AST_BASE_H
|
||||
#define AST_BASE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
enum ast_type
|
||||
{
|
||||
AST_END,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue