~ubuntu-branches/ubuntu/hardy/libgc/hardy-updates

« back to all changes in this revision

Viewing changes to Mac_files/MacOS_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Murray
  • Date: 2005-02-03 00:50:53 UTC
  • mto: (3.1.1 etch) (1.2.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050203005053-9c0v9r2qcm2g1cfp
Tags: upstream-6.4
ImportĀ upstreamĀ versionĀ 6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
//   implementations, and it sometimes has a significant performance
73
73
//   impact.  However, it is dangerous for many not-quite-ANSI C
74
74
//   programs that call things like printf in asynchronous signal handlers.
75
 
// -DOPERATOR_NEW_ARRAY declares that the C++ compiler supports the
 
75
// -DGC_OPERATOR_NEW_ARRAY declares that the C++ compiler supports the
76
76
//   new syntax "operator new[]" for allocating and deleting arrays.
77
77
//   See gc_cpp.h for details.  No effect on the C part of the collector.
78
78
//   This is defined implicitly in a few environments.
86
86
//   since some ports use malloc or calloc to obtain system memory.
87
87
//   (Probably works for UNIX, and win32.)
88
88
// -DNO_DEBUG removes GC_dump and the debugging routines it calls.
89
 
//   Reduces code size slightly at the expense of debuggability.
 
 
b'\\ No newline at end of file'
 
89
//   Reduces code size slightly at the expense of debuggability.