Renamed parser.c -> command_parser.c

Included in command.h
This commit is contained in:
James Booth
2013-01-28 01:43:43 +00:00
parent c72d7ad6a6
commit 1d5046bc97
7 changed files with 94 additions and 123 deletions

View File

@@ -1,7 +1,7 @@
#include <stdlib.h>
#include <string.h>
#include <head-unit.h>
#include "parser.h"
#include "command.h"
void
parse_null_returns_null(void)