Make old parseopt as deprecated.

This commit is contained in:
Michał Zieliński
2013-12-10 20:41:52 +01:00
parent 14dd3113a2
commit 2e0da6a5c6

View File

@@ -10,7 +10,10 @@
## This module provides the standard Nimrod command line parser.
## It supports one convenience iterator over all command line options and some
## lower-level features.
##
## DEPRECATED. Use parseopt2 instead as this version has issues with spaces
## in arguments.
{.deprecated.}
{.push debugger: off.}
include "system/inclrtl"