~ubuntu-branches/ubuntu/intrepid/popt/intrepid

« back to all changes in this revision

Viewing changes to test2.c

  • Committer: Bazaar Package Importer
  • Author(s): Paul Martin
  • Date: 2008-06-25 07:25:34 UTC
  • mfrom: (4.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625072534-sc91ls37wk5gqrbq
Tags: 1.14-4
Remove locale data from the udeb, and change the package 
description. The debian-installer developers are sure that they 
don't need the localization information, mainly error messages.
(Thanks to Frans Pop for bringing this to my attention.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    optionsTable[1].arg = databaseOptionsTable;
124
124
    optionsTable[2].arg = userOptionsTable;
125
125
 
126
 
#if HAVE_MCHECK_H && HAVE_MTRACE
 
126
#if defined(HAVE_MCHECK_H) && defined(HAVE_MTRACE)
127
127
    mtrace();   /* Trace malloc only if MALLOC_TRACE=mtrace-output-file. */
128
128
#endif
129
129