summaryrefslogtreecommitdiffstats
path: root/nuttx/libxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-15 16:58:10 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-15 16:58:10 +0000
commitdd36a92537340a2999cb3374cd72bee5e51c2761 (patch)
tree874e393a37cece1f75bd653fa2542e57a75d0249 /nuttx/libxx
parent472097f95ba0af13a85878a8b9e06207f1b557c1 (diff)
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2348 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/libxx')
-rwxr-xr-xnuttx/libxx/libxx_new.cxx2
-rwxr-xr-xnuttx/libxx/libxx_newa.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libxx/libxx_new.cxx b/nuttx/libxx/libxx_new.cxx
index fd088333ac..49caf74f38 100755
--- a/nuttx/libxx/libxx_new.cxx
+++ b/nuttx/libxx/libxx_new.cxx
@@ -60,7 +60,7 @@
// NOTE:
// This should take a type of size_t, which for ARM GCC is unsigned long.
// but size_t may actually be a different different type, in sys/include.h,
-// it is typed as uint32. Need to REVISIT this.
+// it is typed as uint32_t. Need to REVISIT this.
//
//***************************************************************************
diff --git a/nuttx/libxx/libxx_newa.cxx b/nuttx/libxx/libxx_newa.cxx
index d0e5bd10b4..e8c214d4d1 100755
--- a/nuttx/libxx/libxx_newa.cxx
+++ b/nuttx/libxx/libxx_newa.cxx
@@ -60,7 +60,7 @@
// NOTE:
// This should take a type of size_t, which for ARM GCC is unsigned long.
// but size_t may actually be a different different type, in sys/include.h,
-// it is typed as uint32. Need to REVISIT this.
+// it is typed as uint32_t. Need to REVISIT this.
//
//***************************************************************************