Commit 0932b1f9 authored by Russ Cox's avatar Russ Cox

move pragtextflag into lexbody

R=ken
OCL=26581
CL=26587
parent 54aa835b
...@@ -1334,12 +1334,5 @@ praghjdicks(void) ...@@ -1334,12 +1334,5 @@ praghjdicks(void)
; ;
} }
void
pragtextflag(void)
{
while(getnsc() != '\n')
;
}
#include "../cc/lexbody" #include "../cc/lexbody"
#include "../cc/macbody" #include "../cc/macbody"
...@@ -53,6 +53,13 @@ pragfpround(void) ...@@ -53,6 +53,13 @@ pragfpround(void)
; ;
} }
void
pragtextflag(void)
{
while(getnsc() != '\n')
;
}
void void
pragprofile(void) pragprofile(void)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment