summaryrefslogtreecommitdiff
path: root/c/parse_c_type.c
diff options
context:
space:
mode:
authorTom Krauss <thomas.p.krauss@gmail.com>2017-03-27 08:27:52 -0500
committerTom Krauss <thomas.p.krauss@gmail.com>2017-03-27 08:27:52 -0500
commit94dcdb3d831b70d1c0f1cc2223895f0115fd6c76 (patch)
tree88b6703b6ed186c89bdcee0b8ce340b2f472c32a /c/parse_c_type.c
parent10c4d141bb0393d3bea52a29f3068bedbb4bb2de (diff)
downloadcffi-94dcdb3d831b70d1c0f1cc2223895f0115fd6c76.tar.gz
tests pass. Had to #include <complex.h> - might want to make that optional
Diffstat (limited to 'c/parse_c_type.c')
-rw-r--r--c/parse_c_type.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/parse_c_type.c b/c/parse_c_type.c
index 15c6b0c..8a11da6 100644
--- a/c/parse_c_type.c
+++ b/c/parse_c_type.c
@@ -797,7 +797,6 @@ static
int parse_c_type_from(struct _cffi_parse_info_s *info, size_t *output_index,
const char *input)
{
- printf("parse_c_type_from\n");
int result;
token_t token;