forked from Imagelibrary/rtems
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc, rtems++/Task3.cc: Added HAVE_CONFIG_H.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
|
||||||
|
rtems++/Task3.cc: Added HAVE_CONFIG_H.
|
||||||
|
|
||||||
2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* malloc04/init.c: Fix tests broken in warning pass.
|
* malloc04/init.c: Fix tests broken in warning pass.
|
||||||
|
|||||||
@@ -21,6 +21,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CONFIGURE_INIT
|
#define CONFIGURE_INIT
|
||||||
#include "System.h"
|
#include "System.h"
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "System.h"
|
#include "System.h"
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "System.h"
|
#include "System.h"
|
||||||
|
|
||||||
Task2::Task2(const char* name,
|
Task2::Task2(const char* name,
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "System.h"
|
#include "System.h"
|
||||||
|
|
||||||
Task3::Task3(const char* name,
|
Task3::Task3(const char* name,
|
||||||
|
|||||||
Reference in New Issue
Block a user