diff options
author | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-11-16 01:59:37 +0000 |
---|---|---|
committer | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-11-16 01:59:37 +0000 |
commit | 0a16d986f01261c5c4d988c11514a81eedb7b037 (patch) | |
tree | 492bcd60984eea6dcffee8759a59e8b3319e9ec3 /etc | |
parent | 3b1e5a28be8bad4b7c0f9aed3476d78d7f881f18 (diff) | |
download | ATCD-0a16d986f01261c5c4d988c11514a81eedb7b037.tar.gz |
ChangeLogTag: Thu Nov 15 20:44:40 2001 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Svc_Conf_y.cpp.diff | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/etc/Svc_Conf_y.cpp.diff b/etc/Svc_Conf_y.cpp.diff new file mode 100644 index 00000000000..f39cddfd5d3 --- /dev/null +++ b/etc/Svc_Conf_y.cpp.diff @@ -0,0 +1,43 @@ +--- Svc_Conf_y.cpp Thu Nov 15 20:54:12 2001 ++++ /tmp/new/Svc_Conf_y.cpp Thu Nov 15 20:01:01 2001 +@@ -20,7 +20,7 @@ + #define ACE_STRING 270 + + +-// $Id: Svc_Conf.y,v 4.41 2001/10/17 06:14:08 othman Exp $ ++// $Id: Svc_Conf_y.cpp,v 4.62 2001/11/15 04:27:01 crodrigu Exp $ + + #include "ace/ARGV.h" + #include "ace/Svc_Conf.h" +@@ -29,7 +29,7 @@ + + ACE_RCSID (ace, + Svc_Conf_y, +- "$Id: Svc_Conf.y,v 4.41 2001/10/17 06:14:08 othman Exp $") ++ "$Id: Svc_Conf_y.cpp,v 4.62 2001/11/15 04:27:01 crodrigu Exp $") + + // Prototypes. + static ACE_Module_Type *ace_get_module (ACE_Static_Node *str_rec, +@@ -568,7 +568,7 @@ + /* Extend the stack our own way. */ + if (ace_yystacksize >= ACE_YYMAXDEPTH) + { +- ace_yyerror("parser stack overflow"); ++ ace_yyerror(ACE_LIB_TEXT("parser stack overflow")); + if (ace_yyfree_stacks) + { + free (ace_yyss); +@@ -1098,11 +1098,11 @@ + free(msg); + } + else +- ace_yyerror ("parse error; also virtual memory exceeded"); ++ ace_yyerror (ACE_LIB_TEXT("parse error; also virtual memory exceeded")); + } + else + #endif /* ACE_YYERROR_VERBOSE */ +- ace_yyerror("parse error"); ++ ace_yyerror(ACE_LIB_TEXT("parse error")); + } + + goto ace_yyerrlab1; |