1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Removed the remains of all the stack extension and stack overflow/underflow

checking code. It never actually worked. The bit that does work is the stack
  usage measurement code, plus the bit that sets up the the custom stack
  according to local setting or by calling a query function.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15212 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2010-10-20 13:50:17 +00:00
parent a436ebdad1
commit a665fffff1
16 changed files with 12 additions and 1203 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: stdlib_protos.h,v 1.17 2006-01-08 12:04:26 obarthel Exp $
* $Id: stdlib_protos.h,v 1.18 2010-10-20 13:50:17 obarthel Exp $
*
* :ts=4
*
@ -168,11 +168,6 @@ extern void __assertion_failure(const char *file_name,int line_number,const char
/****************************************************************************/
/* stdlib_stackoverflow.c */
extern void __stkovf(void);
/****************************************************************************/
/* stdlib_termination_message.c */
extern void __print_termination_message(const char * termination_message);