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.
29 lines
298 B
29 lines
298 B
#n
|
|
/^#define.*(ERRLOG_BASE/bPROC1
|
|
/^#define.*ERRLOG_BASE/p
|
|
d
|
|
|
|
:PROC1
|
|
s/^#define.*(ERRLOG_BASE/ (ERRLOG_BASE/
|
|
N
|
|
/\n[ ][ ]*\/\*.*/b PROC2
|
|
d
|
|
|
|
:PROC2
|
|
s/\n[ ]*\/\*/, "/
|
|
b PROC3
|
|
|
|
:PROC3
|
|
N
|
|
/\n[ ][ ]*\*\/.*/b PROC5
|
|
/\n[ ][ ]*\*.*/b PROC4
|
|
d
|
|
|
|
:PROC4
|
|
s/\n[ ]*\*//
|
|
b PROC3
|
|
|
|
:PROC5
|
|
s/\n[ ]*\*\//"/
|
|
p
|
|
d
|