diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2009-02-19 22:46:37 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2009-02-19 22:46:37 +0000 |
| commit | 76e10d8d10a9743444942fd0ba5d0f58a122f370 (patch) | |
| tree | f2e65c6e6baad263391dd7dc981a7f8e167bb707 /src/paramproc.cpp | |
| parent | 0a8a63f836fe8fc6f8b21517d8a5b012544f5e89 (diff) | |
| download | libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.gz libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.bz2 libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.xz libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.zip | |
Hey, this code isn't being used by anyone anymore, ever, anywhere, but I madeoriginal
it compile to get some old tests, and I figured I may as well not throw all that
away.
Diffstat (limited to '')
| -rw-r--r-- | src/paramproc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/paramproc.cpp b/src/paramproc.cpp index a352e66..68fae79 100644 --- a/src/paramproc.cpp +++ b/src/paramproc.cpp | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #include "paramproc.h" | 1 | #include "paramproc.h" |
| 2 | #include <stdio.h> | 2 | #include <stdio.h> |
| 3 | #include <string.h> | ||
| 4 | #include <stdlib.h> | ||
| 3 | 5 | ||
| 4 | #define ptrtype( iitype, iiname ) \ | 6 | #define ptrtype( iitype, iiname ) \ |
| 5 | ParamProc::ParamPtr::ParamPtr( iitype *iiname ) : \ | 7 | ParamProc::ParamPtr::ParamPtr( iitype *iiname ) : \ |
