mirror of
https://github.com/golang/go.git
synced 2025-05-20 06:43:26 +00:00
move pragtextflag into lexbody
R=ken OCL=26581 CL=26587
This commit is contained in:
parent
54aa835b44
commit
0932b1f9b8
@ -1334,12 +1334,5 @@ praghjdicks(void)
|
||||
;
|
||||
}
|
||||
|
||||
void
|
||||
pragtextflag(void)
|
||||
{
|
||||
while(getnsc() != '\n')
|
||||
;
|
||||
}
|
||||
|
||||
#include "../cc/lexbody"
|
||||
#include "../cc/macbody"
|
||||
|
@ -53,6 +53,13 @@ pragfpround(void)
|
||||
;
|
||||
}
|
||||
|
||||
void
|
||||
pragtextflag(void)
|
||||
{
|
||||
while(getnsc() != '\n')
|
||||
;
|
||||
}
|
||||
|
||||
void
|
||||
pragprofile(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user