summaryrefslogtreecommitdiff
path: root/bcc/scan.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2005-01-23 15:31:04 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:50 +0200
commit62c27c1c5cb6257b13dfc9be0394e0d2e86f2735 (patch)
treef702b7e5f80293367e1b6f9812bd45e80378be26 /bcc/scan.c
parent6cb598cc5f1c8ae6d14381c2776338584368257e (diff)
downloaddev86-62c27c1c5cb6257b13dfc9be0394e0d2e86f2735.tar.gz
Import Dev86src-0.16.17.tar.gzv0.16.17
Diffstat (limited to 'bcc/scan.c')
-rw-r--r--bcc/scan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bcc/scan.c b/bcc/scan.c
index 36271e4..7db7629 100644
--- a/bcc/scan.c
+++ b/bcc/scan.c
@@ -315,6 +315,7 @@ more:
while (symofchar[c] <= MAXIDSYM && --length != 0);
ch = c;
*idptr = 0;
+ debug(7, "Got ident %s", gsname);
lineptr = reglineptr;
if (symofchar[c] == SPECIALCHAR)
{
@@ -471,6 +472,7 @@ PUBLIC void nextsym()
if (SYMOFCHAR(ch = *(lineptr = reglineptr + 1)) == SPECIALCHAR
&& sym != SPECIALCHAR)
specialchar();
+ debug(7, "In nextsym, got %d \"%C\"", sym, lastch);
switch (sym)
{
case CHARCONST: