diff src/pt-arg-list.h @ 4267:7cd865a8c815

[project @ 2003-01-03 15:27:05 by jwe]
author jwe
date Fri, 03 Jan 2003 15:27:06 +0000
parents b8a4496d7b24
children e35b034d3523
line wrap: on
line diff
--- a/src/pt-arg-list.h
+++ b/src/pt-arg-list.h
@@ -55,6 +55,8 @@
 
   ~tree_argument_list (void);
 
+  bool has_magic_end (void) const;
+
   tree_expression *remove_front (void)
     {
       iterator p = begin ();