~ubuntu-branches/ubuntu/maverick/speech-tools/maverick

« back to all changes in this revision

Viewing changes to siod/siodp.h

  • Committer: Bazaar Package Importer
  • Author(s): Kumar Appaiah, Kartik Mistry, Kumar Appaiah
  • Date: 2010-07-17 11:32:04 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100717113204-mnse3jo236j107q8
Tags: 1:2.0.95~beta-1
[ Kartik Mistry ]
* debian/control:
  + [Lintian] Added missing ${misc:Depends}
  + Updated Standards-Version to 3.8.4 (no changes needed)
* debian/patches/const_char.diff:
  + Added missing patch header
* Removed unused patch invalid_const_char_conversion_fixes.diff

[ Kumar Appaiah ]
* New upstream release.
* Standards Version is now 3.9.0 (No changes needed)
* Update debian/rules to specify version numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    ++gc_cells_allocated;}            \
79
79
 (*_into).gc_mark = 0;                \
80
80
 (*_into).type = (short) _type;}
 
81
#if 0
 
82
#define NEWCELL(_into,_type) NNEWCELL(&_into,_type)
 
83
void NNEWCELL (LISP *_into,long _type);
 
84
#endif
81
85
 
82
86
#ifdef THINK_C
83
87
extern int ipoll_counter;
118
122
void init_subrs_str(void);
119
123
void init_subrs_xtr(void);
120
124
 
 
125
void need_n_cells(int n);
 
126
 
121
127
char *must_malloc(unsigned long size);
122
128
 
123
129
LISP gc_relocate(LISP x);