| version 1.1, 2000/10/13 06:05:12 |
version 1.2, 2000/10/13 08:05:49 |
|
|
| /* -*- mode: C -*- */ |
/* -*- mode: C -*- */ |
| /* $OpenXM$ */ |
/* $OpenXM: OpenXM/src/oxc/sm.c,v 1.1 2000/10/13 06:05:12 ohara Exp $ */ |
| |
|
| #include <stdio.h> |
#include <stdio.h> |
| #include <stdlib.h> |
#include <stdlib.h> |
|
|
| #include <ox_toolkit.h> |
#include <ox_toolkit.h> |
| #include "sm.h" |
#include "sm.h" |
| |
|
| /* WARNING: you must be use stack[stack_ptr]. */ |
/* WARNING: you must NOT use stack[stack_ptr]. */ |
| |
|
| static cmo **stack = NULL; |
static cmo **stack = NULL; |
| static int stack_ptr = 0; |
static int stack_ptr = 0; |