mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Got more NXFLAT examples to compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1891 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
//***************************************************************************
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <cstdlib>
|
||||
|
||||
//***************************************************************************
|
||||
// Definitions
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
//***************************************************************************
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <cstdlib>
|
||||
|
||||
//***************************************************************************
|
||||
// Definitions
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
//***************************************************************************
|
||||
|
||||
//void *operator new[](size_t size)
|
||||
void *operator new[]((unsigned long size)
|
||||
void *operator new[](unsigned long nbytes)
|
||||
{
|
||||
// We have to allocate something
|
||||
|
||||
|
||||
Reference in New Issue
Block a user