Mercurial > hg > CbC > CbC_gcc
comparison libssp/ssp.c @ 55:77e2b8dfacca gcc-4.4.5
update it from 4.4.3 to 4.5.0
author | ryoma <e075725@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 12 Feb 2010 23:39:51 +0900 |
parents | a06113de4d67 |
children | 04ced10e8804 |
comparison
equal
deleted
inserted
replaced
52:c156f1bd5cd9 | 55:77e2b8dfacca |
---|---|
33 | 33 |
34 | 34 |
35 #include "config.h" | 35 #include "config.h" |
36 #ifdef HAVE_ALLOCA_H | 36 #ifdef HAVE_ALLOCA_H |
37 # include <alloca.h> | 37 # include <alloca.h> |
38 #endif | |
39 #ifdef HAVE_MALLOC_H | |
40 # include <malloc.h> | |
38 #endif | 41 #endif |
39 #ifdef HAVE_STRING_H | 42 #ifdef HAVE_STRING_H |
40 # include <string.h> | 43 # include <string.h> |
41 #endif | 44 #endif |
42 #ifdef HAVE_UNISTD_H | 45 #ifdef HAVE_UNISTD_H |