projects
/
LeanCalc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[LeanCalc.git]
/
calc
/
calc
/
have_const.h
1
/*
2
* DO NOT EDIT -- generated by the Makefile
3
*/
4
5
6
#if !defined(__HAVE_CONST_H__)
7
#define __HAVE_CONST_H__
8
9
10
/* do we have or want const? */
11
#define HAVE_CONST /* yes */
12
#undef CONST
13
#define CONST const /* yes */
14
15
16
#endif /* !__HAVE_CONST_H__ */