repo.or.cz
/
hed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do not try to recover from parse errors in atom_parse()
[hed.git]
/
libhed
/
private.h
blob
3b91ebc8cb84a2bb6bfbf50806afd74c5fd3ff6d
1
/* This is a libhed PRIVATE file.
2
* Do not include outside of libhed. Do not install on the system.
3
*/
4
5
#ifndef LIBHED__PRIVATE_H
6
#define LIBHED__PRIVATE_H
7
8
#define internal_name(n) hed__internal__ ## n
9
10
#endif
/* LIBHED__PRIVATE_H */