~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to byterun/compatibility.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-02-22 08:49:13 UTC
  • mfrom: (12.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090222084913-3i0uw2bhd0lgw0ok
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
/*                                                                     */
12
12
/***********************************************************************/
13
13
 
14
 
/* $Id: compatibility.h,v 1.15.6.1 2008/01/21 14:09:05 doligez Exp $ */
 
14
/* $Id: compatibility.h,v 1.17 2008/07/28 11:59:55 doligez Exp $ */
15
15
 
16
16
/* definitions for compatibility with old identifiers */
17
17
 
211
211
 
212
212
/* **** major_gc.c */
213
213
#define heap_start caml_heap_start
214
 
#define heap_end caml_heap_end
215
214
#define page_table caml_page_table
216
215
 
217
216
/* **** md5.c */