9 lines
303 B
Plaintext
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', `[ ]+', ` ')
|