[fix] fixing some formatting

This commit is contained in:
Al
2015-03-03 12:44:52 -05:00
parent 087328c321
commit 3ed5795cff
16 changed files with 16 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
#ifndef COLLECTIONS_H
#define COLLECTIONS_H
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -1,14 +1,10 @@
#ifndef SCANNER_H
#define SCANNER_H
#ifdef __cplusplus
extern "C" {
#endif
#include "token_types.h"
#include "tokens.h"

View File

@@ -1,7 +1,6 @@
#ifndef TOKEN_TYPES_H
#define TOKEN_TYPES_H
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -1,7 +1,6 @@
#ifndef VECTOR_H
#define VECTOR_H
#ifdef __cplusplus
extern "C" {
#endif