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.
32 lines
352 B
32 lines
352 B
#n
|
|
/^#define.*APE2_AUDIT/bPROC1
|
|
/^#define[ ]*APPERR2_BASE[ ].*/bPROC0
|
|
d
|
|
|
|
:PROC0
|
|
s/APPERR2_BASE/IDS_AUDIT_BASE/
|
|
s/\/\*.*$//
|
|
p
|
|
d
|
|
|
|
:PROC1
|
|
s/^#define.*(APPERR2_BASE/ (IDS_AUDIT_BASE/
|
|
s/\/\*.*/, "/
|
|
b PROC3
|
|
|
|
:PROC3
|
|
N
|
|
/\n[ ][ ]*\*\/.*/b PROC5
|
|
/\n[ ][ ]*\*.*/b PROC4
|
|
d
|
|
|
|
:PROC4
|
|
s/\n[ ]*\*//
|
|
b PROC3
|
|
|
|
:PROC5
|
|
/[ ][ ]*\*\/.*/s/\n[ ]*\*\//"/
|
|
s/%0//g
|
|
p
|
|
d
|
|
|