Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 2031:d82ed7be1636
[xemacs-hg @ 2004-04-19 11:02:54 by stephent]
warning cleanup <87smf0ut7w.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 19 Apr 2004 11:02:59 +0000 |
parents | 8e3ead683fd1 |
children | 34ca43a57692 |
comparison
equal
deleted
inserted
replaced
2030:488b2f76d852 | 2031:d82ed7be1636 |
---|---|
827 /* Handle the -si/--show-inline-info switch, which means show the | 827 /* Handle the -si/--show-inline-info switch, which means show the |
828 alignment and max size of the inline data and quit */ | 828 alignment and max size of the inline data and quit */ |
829 if (argmatch (argv, argc, "-si", "--show-inline-info", 0, NULL, &skip_args)) | 829 if (argmatch (argv, argc, "-si", "--show-inline-info", 0, NULL, &skip_args)) |
830 { | 830 { |
831 #if defined(PDUMP) && !defined(WIN32_NATIVE) | 831 #if defined(PDUMP) && !defined(WIN32_NATIVE) |
832 printf ("%d %d\n", dumped_data_max_size(), dumped_data_align_offset()); | 832 printf ("%u %u\n", dumped_data_max_size(), dumped_data_align_offset()); |
833 #else | 833 #else |
834 printf ("Portable dumper not configured or windows native; -si just forces exit.\n"); | 834 printf ("Portable dumper not configured or windows native; -si just forces exit.\n"); |
835 #endif | 835 #endif |
836 exit (0); | 836 exit (0); |
837 } | 837 } |