diff options
author | john haque <j.eh@mchsi.com> | 2012-04-02 06:11:59 -0500 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2012-04-02 06:11:59 -0500 |
commit | cb86918d50c3758d9cd2f4d75c73ff590cc75b04 (patch) | |
tree | 6b0b5505dbb262a24a4d3babb8603cd3564008c9 /main.c | |
parent | a11e3c290c877c3ffc11e886edb95199a31fac2b (diff) | |
download | egawk-cb86918d50c3758d9cd2f4d75c73ff590cc75b04.tar.gz egawk-cb86918d50c3758d9cd2f4d75c73ff590cc75b04.tar.bz2 egawk-cb86918d50c3758d9cd2f4d75c73ff590cc75b04.zip |
MPFR related documentation updates and code cleanups.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -191,7 +191,7 @@ static const struct option optab[] = { { "use-lc-numeric", no_argument, & use_lc_numeric, 1 }, { "characters-as-bytes", no_argument, & do_binary, 'b' }, { "sandbox", no_argument, NULL, 'S' }, - { "bcmath", no_argument, NULL, 'M' }, + { "arbitrary-precision",no_argument, NULL, 'M' }, #if defined(YYDEBUG) || defined(GAWKDEBUG) { "parsedebug", no_argument, NULL, 'Y' }, #endif @@ -787,7 +787,7 @@ usage(int exitval, FILE *fp) fputs(_("\t-l library\t\t--load=library\n"), fp); fputs(_("\t-L [fatal]\t\t--lint[=fatal]\n"), fp); fputs(_("\t-n\t\t\t--non-decimal-data\n"), fp); - fputs(_("\t-M\t\t\t--bcmath\n"), fp); + fputs(_("\t-M\t\t\t--arbitrary-precision\n"), fp); fputs(_("\t-N\t\t\t--use-lc-numeric\n"), fp); fputs(_("\t-o[file]\t\t--pretty-print[=file]\n"), fp); fputs(_("\t-O\t\t\t--optimize\n"), fp); |