summaryrefslogtreecommitdiff
path: root/libdyn/dyn_debug.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
commitac16f380e349fa39ec7e26bccb5456cb300006a5 (patch)
treec07ca88af97b4f6b77d28a2dc723d2e4621ed302 /libdyn/dyn_debug.c
parentd33e482744fad80d95cdd89ed380c5b8401e49bf (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'libdyn/dyn_debug.c')
-rw-r--r--libdyn/dyn_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdyn/dyn_debug.c b/libdyn/dyn_debug.c
index d3d72bb..53178d2 100644
--- a/libdyn/dyn_debug.c
+++ b/libdyn/dyn_debug.c
@@ -15,8 +15,8 @@
#include "dynP.h"
int DynDebug(obj, state)
- DynObjectP obj;
- char state;
+ DynObject obj;
+ int state;
{
obj->debug = state;