lyx_mirror/src/cheaders/cstdarg
Jean-Marc Lasgouttes 4255b4a1b7 Patches from Angus, Baruch, Dekel (2), and some glue from me.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1123 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-16 13:27:56 +00:00

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