* Convert spaces -> tabs to keep consistency with existing code.
authorcarl <cecodere@yahoo.ca>
Sat, 23 Feb 2019 17:15:23 +0000 (01:15 +0800)
committercarl <cecodere@yahoo.ca>
Sat, 23 Feb 2019 17:15:23 +0000 (01:15 +0800)
26 files changed:
lang/pc/comp/LLlex.c
lang/pc/comp/LLmessage.c
lang/pc/comp/body.c
lang/pc/comp/casestat.xc
lang/pc/comp/chk_expr.c
lang/pc/comp/declar.g
lang/pc/comp/def.c
lang/pc/comp/desig.c
lang/pc/comp/enter.c
lang/pc/comp/error.c
lang/pc/comp/expression.g
lang/pc/comp/label.c
lang/pc/comp/lookup.c
lang/pc/comp/main.c
lang/pc/comp/misc.c
lang/pc/comp/node.c
lang/pc/comp/options.c
lang/pc/comp/program.g
lang/pc/comp/progs.c
lang/pc/comp/readwrite.c
lang/pc/comp/scope.c
lang/pc/comp/statement.g
lang/pc/comp/tmpvar.xc
lang/pc/comp/tokenname.c
lang/pc/comp/type.c
lang/pc/comp/typequiv.c

index 4cb24d4..294a239 100644 (file)
@@ -19,8 +19,8 @@
 #include       "input.h"
 #include       "main.h"
 #include       "type.h"
-#include    "error.h"
-#include    "ack_string.h"
+#include       "error.h"
+#include       "ack_string.h"
 
 
 
index 21b3cce..e18c4c4 100644 (file)
 #include       "LLlex.h"
 #include       "Lpars.h"
 #include       "idf.h"
-#include    "node.h"
+#include       "node.h"
 #include       "type.h"
-#include    "misc.h"
-#include    "error.h"
+#include       "misc.h"
+#include       "error.h"
 
 extern int expect_label;
 
index 510c183..81549de 100644 (file)
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "code.h"
-#include    "chk_expr.h"
-#include    "tmpvar.h"
-#include    "typequiv.h"
-#include    "error.h"
+#include       "code.h"
+#include       "chk_expr.h"
+#include       "tmpvar.h"
+#include       "typequiv.h"
+#include       "error.h"
 
 void MarkDef(register struct node *nd, unsigned short flags, int on)
 {
index 71bc95d..a02d053 100644 (file)
 #include       "main.h"
 #include       "node.h"
 #include       "type.h"
-#include    "code.h"
-#include    "error.h"
-#include    "typequiv.h"
-#include    "casestat.h"
+#include       "code.h"
+#include       "error.h"
+#include       "typequiv.h"
+#include       "casestat.h"
 
 struct case_hdr        {
        struct case_hdr *ch_next;               /* in the free list */
index 6ce1425..2d1f124 100644 (file)
 #include       "required.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "typequiv.h"
-#include    "readwrite.h"
-#include    "body.h"
-#include    "cstoper.h"
-#include    "error.h"
+#include       "typequiv.h"
+#include       "readwrite.h"
+#include       "body.h"
+#include       "cstoper.h"
+#include       "error.h"
 
 static int ChkValue(register struct node *);
 static int ChkUnOper(register struct node *);
index 64a7133..62ab8f8 100644 (file)
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "code.h"
-#include    "error.h"
-#include    "label.h"
-#include    "enter.h"
+#include       "code.h"
+#include       "error.h"
+#include       "label.h"
+#include       "enter.h"
 #ifdef DBSYMTAB
 #include       "stab.h"
 #endif
index 823ee4b..28e9e4c 100644 (file)
 #include       "misc.h"
 #include       "node.h"
 #include       "scope.h"
-#include    "code.h"
+#include       "code.h"
 #include       "type.h"
-#include    "lookup.h"
-#include    "error.h"
+#include       "lookup.h"
+#include       "error.h"
 
 struct def *MkDef(register struct idf *id, register struct scope *scope,
                long kind)
index 3e88fd6..37a4f19 100644 (file)
@@ -22,8 +22,8 @@
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "code.h"
-#include    "error.h"
+#include       "code.h"
+#include       "error.h"
 
 struct desig   InitDesig = {DSG_INIT, 0, 0, NULLDEF, 0};
 struct withdesig *WithDesigs;
index f3fc578..8d117bb 100644 (file)
@@ -14,8 +14,8 @@
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "progs.h"
-#include    "enter.h"
+#include       "progs.h"
+#include       "enter.h"
 #ifdef DBSYMTAB
 #include       "stab.h"
 #endif
index 768403b..6713c5d 100644 (file)
@@ -16,9 +16,9 @@
 #include       <em_arith.h>
 #include       <em_label.h>
 #include       <em_code.h>
-#include    <stdlib.h>
-#include    <stdio.h>
-#include    "print.h"
+#include       <stdlib.h>
+#include       <stdio.h>
+#include       "print.h"
 #include       "system.h"
 
 #include       "LLlex.h"
index 25f79de..c2a4b6f 100644 (file)
@@ -16,8 +16,8 @@
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "code.h"
-#include    "error.h"
+#include       "code.h"
+#include       "error.h"
 }
 
 Constant(register struct node **pnd;)
index e6e8def..9f65428 100644 (file)
@@ -11,8 +11,8 @@
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "label.h"
-#include    "error.h"
+#include       "label.h"
+#include       "error.h"
 
 static void CodeLabel(register struct def *df, int local);
 
index ea9ab97..f99574a 100644 (file)
@@ -13,7 +13,7 @@
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "lookup.h"
+#include       "lookup.h"
 
 void remove_def(register struct def *df)
 {
index a7305e4..3ee5dc8 100644 (file)
 #include       "tokenname.h"
 #include       "type.h"
 #include       "scope.h"
-#include    "cstoper.h"
-#include    "stab.h"
-#include    "options.h"
-#include    "error.h"
+#include       "cstoper.h"
+#include       "stab.h"
+#include       "options.h"
+#include       "error.h"
 
 char           options[128];
 char           *ProgName;
index 7f4f150..9050fc4 100644 (file)
@@ -12,8 +12,8 @@
 #include       "main.h"
 #include       "misc.h"
 #include       "node.h"
-#include    "print.h"
-#include    "error.h"
+#include       "print.h"
+#include       "error.h"
 
 struct idf *gen_anon_idf(void)
 {
index 4614150..f57ddc2 100644 (file)
@@ -6,12 +6,12 @@
 #include       <alloc.h>
 #include       <em_arith.h>
 #include       <em_label.h>
-#include    "print.h"
+#include       "print.h"
 
 #include       "LLlex.h"
 #include       "node.h"
 #include       "type.h"
-#include    "error.h"
+#include       "error.h"
 
 struct node *MkNode(int class, struct node *left, struct node *right, struct token *token)
 {
index 75df7c3..e7a1dd2 100644 (file)
@@ -7,11 +7,11 @@
 #include       "class.h"
 #include       "const.h"
 #include       "main.h"
-#include    "LLlex.h"
-#include    "node.h"
+#include       "LLlex.h"
+#include       "node.h"
 #include       "type.h"
-#include    "options.h"
-#include    "error.h"
+#include       "options.h"
+#include       "error.h"
 
 
 #define        MINIDFSIZE      9
index e821138..743a6b3 100644 (file)
@@ -15,8 +15,8 @@
 #include       "main.h"
 #include       "node.h"
 #include       "scope.h"
-#include    "enter.h"
-#include    "progs.h"
+#include       "enter.h"
+#include       "progs.h"
 #ifdef DBSYMTAB
 #include       "stab.h"
 #endif
index 054cc68..4c3cda8 100644 (file)
@@ -4,7 +4,7 @@
 #include       <em.h>
 #include       <assert.h>
 
-#include    "progs.h"
+#include       "progs.h"
 #include       "LLlex.h"
 #include       "def.h"
 #include       "main.h"
index 2ede52b..24eb2bf 100644 (file)
@@ -6,7 +6,7 @@
 #include       <assert.h>
 #include       <em.h>
 
-#include    "print.h"
+#include       "print.h"
 #include       "LLlex.h"
 #include       "def.h"
 #include       "main.h"
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "code.h"
-#include    "chk_expr.h"
-#include    "typequiv.h"
-#include    "error.h"
-#include    "readwrite.h"
+#include       "code.h"
+#include       "chk_expr.h"
+#include       "typequiv.h"
+#include       "error.h"
+#include       "readwrite.h"
 
 
 /* DEBUG */
index e02d18a..b0995e8 100644 (file)
@@ -15,8 +15,8 @@
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "lookup.h"
-#include    "error.h"
+#include       "lookup.h"
+#include       "error.h"
 
 struct scope *GlobalScope, *PervasiveScope, *BlockScope;
 struct scopelist *CurrVis;
index f11fefe..8e747b6 100644 (file)
 #include       "node.h"
 #include       "scope.h"
 #include       "type.h"
-#include    "body.h"
-#include    "code.h"
-#include    "error.h"
-#include    "readwrite.h"
-#include    "casestat.h"
-#include    "tmpvar.h"
-#include    "label.h"
+#include       "body.h"
+#include       "code.h"
+#include       "error.h"
+#include       "readwrite.h"
+#include       "casestat.h"
+#include       "tmpvar.h"
+#include       "label.h"
 
 int slevel = 0;                /* nesting level of statements */
 }
index 5ff5b39..60b7936 100644 (file)
@@ -13,7 +13,7 @@
 #include       <em_arith.h>
 #include       <em_label.h>
 #include       <em_reg.h>
-#include    <em_code.h>
+#include       <em_code.h>
 
 #include       "def.h"
 #include       "main.h"
index 5f446ad..063088f 100644 (file)
@@ -1,11 +1,11 @@
 /* T O K E N   D E F I N I T I O N S */
 
-#include    "parameters.h"
+#include       "parameters.h"
 #include       "Lpars.h"
 #include       "LLlex.h"
 #include       "idf.h"
 #include       "tokenname.h"
-#include    "error.h"
+#include       "error.h"
 
 /*     To centralize the declaration of %tokens, their presence in this
        file is taken as their declaration. The Makefile will produce
index 8b8eb17..512e76a 100644 (file)
 
 #include       "LLlex.h"
 #include       "const.h"
-#include    "chk_expr.h"
+#include       "chk_expr.h"
 #include       "def.h"
 #include       "idf.h"
 #include       "main.h"
 #include       "node.h"
 #include       "scope.h"
-#include    "lookup.h"
+#include       "lookup.h"
 #include       "type.h"
-#include    "typequiv.h"
-#include    "error.h"
+#include       "typequiv.h"
+#include       "error.h"
 #ifdef DBSYMTAB
 #include       "stab.h"
 #endif
index 929b168..5f02a6b 100644 (file)
@@ -14,8 +14,8 @@
 #include       "def.h"
 #include       "node.h"
 #include       "type.h"
-#include    "error.h"
-#include    "typequiv.h"
+#include       "error.h"
+#include       "typequiv.h"
 
 int TstTypeEquiv(register struct type *tp1, register struct type *tp2)
 {