summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-21 23:15:14 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-21 23:15:14 +0100
commitc5ad3c3908a210d21cc7c154170ff893465efb91 (patch)
treeb4fd0c11410d001900e1281510056ad34b36c246 /gmp-impl.h
parent75a5a45ce34d264af2628d5eb353d771c52e16ba (diff)
downloadgmp-c5ad3c3908a210d21cc7c154170ff893465efb91.tar.gz
More of:
* scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c, scanf/sscanf.c, scanf/sscanffuns.c, scanf/vfscanf.c, scanf/vscanf.c, scanf/vsscanf.c, scanf/Makefile.am, tests/misc/t-scanf.c: New files. gmp_doscan_params_t only needed in doscan.c
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index 77d969c0d..59637fb7a 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -2341,13 +2341,6 @@ int __gmp_replacement_vsnprintf _PROTO ((char *buf, size_t buf_size,
#endif /* _GMP_H_HAVE_VA_LIST */
-struct gmp_doscan_params_t {
- int base;
- int ignore;
- char type;
- int width;
-};
-
typedef int (*gmp_doscan_scan_t) _PROTO ((void *data, const char *fmt, ...));
typedef void *(*gmp_doscan_step_t) _PROTO ((void *data, int new_chars));
typedef int (*gmp_doscan_get_t) _PROTO ((void *data));