[BACK]Return to sm_ext.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / oxc

Diff for /OpenXM/src/oxc/sm_ext.c between version 1.2 and 1.3

version 1.2, 2000/11/18 06:03:42 version 1.3, 2000/11/28 04:02:56
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/oxc/sm_ext.c,v 1.1 2000/10/13 06:05:12 ohara Exp $ */  /* $OpenXM: OpenXM/src/oxc/sm_ext.c,v 1.2 2000/11/18 06:03:42 ohara Exp $ */
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <unistd.h>  #include <unistd.h>
 #include <string.h>  #include <string.h>
 #include <sys/signal.h>  #include <signal.h>
 #include <ox_toolkit.h>  #include <ox_toolkit.h>
 #include "sm.h"  #include "sm.h"
   
Line 144  void sm_mathcap(OXFILE *oxfp)
Line 144  void sm_mathcap(OXFILE *oxfp)
 {  {
         cmo_mathcap *m = pop();          cmo_mathcap *m = pop();
         if (m->tag == CMO_MATHCAP) {          if (m->tag == CMO_MATHCAP) {
                 mathcap_update(m);                  oxf_mathcap_update(oxfp, m);
         }else {          }else {
                 push_error(-1, m);                  push_error(-1, m);
                 /* an error object must be pushed */                  /* an error object must be pushed */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>