repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
[official-gcc.git]
/
libstdc++
/
csetjmp
blob
4bba048dcb5e9fa3cfd137ce72a4531ad1a04d3d
1
// The -*- C++ -*- setjmp/longjmp header.
2
// This file is part of the GNU ANSI C++ Library.
3
4
#ifndef __CSETJMP__
5
#define __CSETJMP__
6
#include <setjmp.h>
7
#endif
8