|
|
| version 1.49, 2001/09/24 14:34:25 | version 1.51, 2001/10/19 12:43:30 |
|---|---|
| Line 2 | Line 2 |
| Parser: compiler part of request class. | Parser: compiler part of request class. |
| Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf) | Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf) |
| $Id$ | |
| */ | */ |
| static const char *RCSId="$Id$"; | |
| #include "pa_opcode.h" | #include "pa_opcode.h" |
| #include "pa_request.h" | #include "pa_request.h" |
| Line 63 VStateless_class& Request::real_compile( | Line 63 VStateless_class& Request::real_compile( |
| pc.line--; | pc.line--; |
| pc.col=-1; | pc.col=-1; |
| } | } |
| THROW(0,0, | throw Exception(0,0, |
| 0, | 0, |
| #ifndef NO_STRING_ORIGIN | #ifndef NO_STRING_ORIGIN |
| "%s(%d:%d): " | "%s(%d:%d): " |