chiark
/
gitweb
/
~mdw
/
catacomb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
base/dispatch-x86ish.S: Lift register allocation definitions.
[catacomb]
/
symm
/
stub.h.in
1
%## -*-c-*-
2
%##
3
%## Skeleton stub header file.
4
%#
5
/* -*-c-*-
6
*
7
* Stub header for @{descr}
8
*/
9
10
#ifndef CATACOMB_@{name:u:c}_H
11
#define CATACOMB_@{name:u:c}_H
12
13
#ifndef CATACOMB_@{base:u:c}_H
14
# include "@base.h"
15
#endif
16
17
#endif