|
|
1.1 paf 1: /* 1.7 ! paf 2: Parser ! 3: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) ! 4: Author: Alexander Petrosyan <paf@design.ru> ! 5: ! 6: $Id: pa_string.C,v 1.35 2001/03/10 12:12:51 paf Exp $ 1.1 paf 7: */ 8: 9: #include "pa_value.h" 10: #include "pa_exception.h" 11: 1.6 paf 12: void Value::failed(char *action) const { 1.1 paf 13: THROW(0,0, 1.5 paf 14: &name(), 1.4 paf 15: action, type()); 1.1 paf 16: }