mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 14:32:04 +00:00
4255b4a1b7
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1123 a592a061-630c-0410-9148-cb99ea01b6c8
8 lines
152 B
C++
8 lines
152 B
C++
// -*- C++ -*- forwarding header.
|
|
// This file is part of the GNU ANSI C++ Library.
|
|
|
|
#ifndef __CSTDARG__
|
|
#define __CSTDARG__
|
|
#include <stdarg.h>
|
|
#endif
|