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

Diff for /OpenXM/src/util/oxgentexi.c between version 1.10 and 1.11

version 1.10, 2005/05/04 22:02:08 version 1.11, 2005/06/15 02:38:01
Line 1 
Line 1 
 /*  $OpenXM: OpenXM/src/util/oxgentexi.c,v 1.9 2005/05/04 10:32:36 takayama Exp $ */  /*  $OpenXM: OpenXM/src/util/oxgentexi.c,v 1.10 2005/05/04 22:02:08 takayama Exp $ */
   
 #include <stdio.h>  #include <stdio.h>
 int Debug = 0;  int Debug = 0;
Line 488  printTexi_common(FILE *fp,struct item *it) {
Line 488  printTexi_common(FILE *fp,struct item *it) {
   if ((it->shortDescription != NULL) || (it->refc >0)    if ((it->shortDescription != NULL) || (it->refc >0)
       || (it->examplec > 0)) {        || (it->examplec > 0)) {
     if (it->description != NULL) {      if (it->description != NULL) {
       fprintf(fp,"\nDescription:");        fprintf(fp,"\nDescription:\n");
       fprintf(fp,"@quotation\n%s\n@end quotation\n\n",it->description);        fprintf(fp,"@quotation\n%s\n@end quotation\n\n",it->description);
     }      }
   }else {    }else {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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