C_C++
Java
Misc.
cmdtest
cross_compile
gdb_pretty_print
bind_test.sh
example.m4
extension_cut.Makefile
fizzbuzz.f90
guards.hs
test.info
test.texi
Python
Vim
Webdev
git
.gitignore
Makefile
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
define(macro, my_text)dnl
|
|
define(macro2, `my_text is $1')dnl
|
|
macro
|
|
macro2(lovely)
|