diff options
| author | wiz <wiz@NetBSD.org> | 2003-10-06 15:43:45 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-10-06 15:43:45 +0000 |
| commit | b83f0ec8299370bbca9177e5b2e7778fdb67be12 (patch) | |
| tree | e9652f2574948bef1fb5f541c360039fe1ef2216 /gnu/dist/gawk/awklib/eg/lib/assert.awk | |
| parent | df011fda1deaf1967934e10c9a26bf9fb9c67410 (diff) | |
Initial import of gawk-3.1.3.
Seven releases since the last import, so the ChangeLog is quite big;
please refer to the NEWS file included in the import for details.
Among others, this also addresses PR 23054.
Diffstat (limited to 'gnu/dist/gawk/awklib/eg/lib/assert.awk')
| -rw-r--r-- | gnu/dist/gawk/awklib/eg/lib/assert.awk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/dist/gawk/awklib/eg/lib/assert.awk b/gnu/dist/gawk/awklib/eg/lib/assert.awk index 914aa632226..bbfc0669bb7 100644 --- a/gnu/dist/gawk/awklib/eg/lib/assert.awk +++ b/gnu/dist/gawk/awklib/eg/lib/assert.awk @@ -1,5 +1,7 @@ # assert --- assert that a condition is true. Otherwise exit. -# Arnold Robbins, arnold@gnu.ai.mit.edu, Public Domain + +# +# Arnold Robbins, arnold@gnu.org, Public Domain # May, 1993 function assert(condition, string) |
