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

« back to all changes in this revision

Viewing changes to Mac_files/MacOS_Test_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:
74
74
//   implementations, and it sometimes has a significant performance
75
75
//   impact.  However, it is dangerous for many not-quite-ANSI C
76
76
//   programs that call things like printf in asynchronous signal handlers.
77
 
// -DOPERATOR_NEW_ARRAY declares that the C++ compiler supports the
 
77
// -DGC_OPERATOR_NEW_ARRAY declares that the C++ compiler supports the
78
78
//   new syntax "operator new[]" for allocating and deleting arrays.
79
79
//   See gc_cpp.h for details.  No effect on the C part of the collector.
80
80
//   This is defined implicitly in a few environments.