diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-09-07 12:56:46 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-09-07 12:56:46 -0400 |
commit | 09b9ebf63c7a41dc40a702832b9d103e85dcf297 (patch) | |
tree | f15a5b9e7cd38634d3a0ba5f2ffb474848a61f57 /include | |
parent | 20a746521647810909d3cd3806fa50c238c736ba (diff) |
Reading ints and floats from SQL
Diffstat (limited to 'include')
-rw-r--r-- | include/types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 73a3e575..c2c8f687 100644 --- a/include/types.h +++ b/include/types.h @@ -17,3 +17,7 @@ typedef lw_Basis_string lw_Basis_page; typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind; + + +#define INTS_MAX 50 +#define FLOATS_MAX 100 |