diff options
| author | ksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-28 15:02:36 +0000 |
|---|---|---|
| committer | ksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-28 15:02:36 +0000 |
| commit | f73d7a0adfb18a65891b2e7285b6891eb4feaa69 (patch) | |
| tree | 8b62c39d958b34612f0465682e0cb40ddebaea99 /regerror.c | |
| parent | fb898e0d5a9504991580a5202c47ff774287a09d (diff) | |
| download | ruby-f73d7a0adfb18a65891b2e7285b6891eb4feaa69.tar.gz ruby-f73d7a0adfb18a65891b2e7285b6891eb4feaa69.tar.xz ruby-f73d7a0adfb18a65891b2e7285b6891eb4feaa69.zip | |
This commit was generated by cvs2svn to compensate for changes in r7843,
which included commits to RCS files with non-trunk default branches.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regerror.c')
| -rw-r--r-- | regerror.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regerror.c b/regerror.c index 50ce8fd9f..626a9e42f 100644 --- a/regerror.c +++ b/regerror.c @@ -2,7 +2,7 @@ regerror.c - Oniguruma (regular expression library) **********************************************************************/ /*- - * Copyright (c) 2002-2004 K.Kosako <kosako AT sofnec DOT co DOT jp> + * Copyright (c) 2002-2004 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -78,8 +78,8 @@ onig_error_code_to_format(int code) p = "empty char-class"; break; case ONIGERR_PREMATURE_END_OF_CHAR_CLASS: p = "premature end of char-class"; break; - case ONIGERR_END_PATTERN_AT_BACKSLASH: - p = "end pattern at backslash"; break; + case ONIGERR_END_PATTERN_AT_ESCAPE: + p = "end pattern at escape"; break; case ONIGERR_END_PATTERN_AT_META: p = "end pattern at meta"; break; case ONIGERR_END_PATTERN_AT_CONTROL: |
