summaryrefslogtreecommitdiff
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2012-07-11 17:16:50 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2012-07-11 17:16:50 +0000
commit6190ae4430f2bdfb02d2ce8f4941cd9b4e65f5a0 (patch)
tree581ac2624864df26c17d22d85e057b449aacafca /main/ast_expr2.h
parent92a65de048e39a2151f9470edb0968768afb1063 (diff)
Allow the REALTIME() function to report errors back to the caller.
Also, do more error checking on the arguments specified to the REALTIME() function and clarify the documentation. While I was editing the file, a few coding guidelines fixups, as well. Review: https://reviewboard.asterisk.org/r/2031/ ........ Merged revisions 369937 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 369938 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369940 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/ast_expr2.h')
-rw-r--r--main/ast_expr2.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/main/ast_expr2.h b/main/ast_expr2.h
index ddbab07dc..1fefe11f7 100644
--- a/main/ast_expr2.h
+++ b/main/ast_expr2.h
@@ -1,8 +1,10 @@
-/* A Bison parser, made by GNU Bison 2.5. */
-/* Bison interface for Yacc-like parsers in C
+/* A Bison parser, made by GNU Bison 2.4.1. */
+
+/* Skeleton interface for Bison's Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+ Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -69,7 +71,7 @@
typedef union YYSTYPE
{
-/* Line 2068 of yacc.c */
+/* Line 1676 of yacc.c */
#line 345 "ast_expr2.y"
struct val *val;
@@ -77,8 +79,8 @@ typedef union YYSTYPE
-/* Line 2068 of yacc.c */
-#line 82 "ast_expr2.h"
+/* Line 1676 of yacc.c */
+#line 84 "ast_expr2.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */