mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
262 B
25 lines
262 B
#n
|
|
/^#define.*(NRCERR_BASE/bPROC1
|
|
/^#define.*NRCERR_BASE/p
|
|
d
|
|
|
|
:PROC1
|
|
s/^#define.*(NRCERR_BASE/ (NRCERR_BASE/
|
|
s/\/\*.*/,"/
|
|
b PROC3
|
|
|
|
:PROC3
|
|
N
|
|
/\n[ ][ ]*\*\/.*/b PROC5
|
|
/\n[ ][ ]*\*.*/b PROC4
|
|
d
|
|
|
|
:PROC4
|
|
s/\n[ ]*\*//
|
|
b PROC3
|
|
|
|
:PROC5
|
|
s/\n[ ]*\*\//"/
|
|
s/\*\///
|
|
p
|
|
d
|