|
|
| version 1.8, 2001/05/17 10:22:24 | version 1.12, 2001/11/05 11:46:23 |
|---|---|
| Line 2 | Line 2 |
| Parser: includes all Configure-d headers | Parser: includes all Configure-d headers |
| 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://paf.design.ru) | |
| Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf) | |
| $Id$ | $Id$ |
| Line 12 | Line 11 |
| fixed otherwise. | fixed otherwise. |
| */ | */ |
| #if _MSC_VER | |
| # pragma warning(disable:4291) // disable warning | |
| // "no matching operator delete found; memory will not be freed if initialization throws an exception | |
| #endif | |
| #if HAVE_CONFIG_H | #if HAVE_CONFIG_H |
| # include "pa_config_auto.h" | # include "pa_config_auto.h" |
| #else | #else |
| Line 85 | Line 89 |
| #ifdef HAVE_SETJMP_H | #ifdef HAVE_SETJMP_H |
| # include <setjmp.h> | # include <setjmp.h> |
| #endif | #endif |
| #ifdef HAVE_MEMORY_H | |
| # include <memory.h> | |
| #endif |