1
0
Files
2016-11-30 09:03:17 +08:00

9 lines
303 B
Plaintext

# traceon(`patsubst')
patsubst(`GNUs not Unix', `^', `OBS: ')
patsubst(`GNUs not Unix', `\<', `OBS: ')
patsubst(`GNUs not Unix', `\<\w', `\0=')
patsubst(`GNUs not Unix', `\w*', `(\0)')
patsubst(`GNUs not Unix', `\w+', `(\0)')
patsubst(`GNUs not Unix', `\w+')
patsubst(`GNUs not Unix', `[ ]+', ` ')