version 1.3, 2003/07/21 12:41:22 |
version 1.4, 2005/06/16 05:07:24 |
|
|
/* $OpenXM: OpenXM/src/k097/dm.c,v 1.2 2000/01/21 03:01:25 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/k097/dm.c,v 1.3 2003/07/21 12:41:22 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include "d.h" |
#include "d.h" |
|
|
Line 58 void testNewFunction(objectp op) |
|
Line 58 void testNewFunction(objectp op) |
|
} |
} |
|
|
struct object KSpop() { |
struct object KSpop() { |
struct object obj; |
struct object obj = OINIT; |
obj.tag = 0; |
obj.tag = 0; |
fprintf(stderr," Do not use Test.\n"); |
fprintf(stderr," Do not use Test.\n"); |
return(obj); |
return(obj); |