move pragtextflag into lexbody

R=ken
OCL=26581
CL=26587
This commit is contained in:
Russ Cox 2009-03-20 14:22:37 -07:00
parent 54aa835b44
commit 0932b1f9b8
2 changed files with 7 additions and 7 deletions

View File

@ -1334,12 +1334,5 @@ praghjdicks(void)
;
}
void
pragtextflag(void)
{
while(getnsc() != '\n')
;
}
#include "../cc/lexbody"
#include "../cc/macbody"

View File

@ -53,6 +53,13 @@ pragfpround(void)
;
}
void
pragtextflag(void)
{
while(getnsc() != '\n')
;
}
void
pragprofile(void)
{