summaryrefslogtreecommitdiffstats
path: root/Tests/Module/WriteCompilerDetectionHeader/c_undefined.c
blob: 487e66dd05d71261d3e48bdd341b45b406d9003a (plain)
1
2
3
4
5
6
7

#include "test_compiler_detection.h"

int main()
{
  return 0;
}
> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* rebasejan.nijtmans2013-07-251-4/+115
|\
| * Make sure that the notifierMutex and notifierCV in a forked child cannot bloc...jan.nijtmans2013-07-251-0/+2
| * rebasejan.nijtmans2013-07-231-4/+113
| |\
| | * Tcl_InitNotifier() call in TestforkObjCmd() is only necessary when pthread_at...jan.nijtmans2013-07-221-0/+3
| | * Use pthread_atfork() when available.jan.nijtmans2013-07-223-104/+202
| | * Fix bug which hangs iocmd.tf-32.1jan.nijtmans2013-07-221-1/+1
| | * Rebase to core-8-5-branchjan.nijtmans2013-07-212-3/+71
| | |\
| | | * Start notifier thread again if we were forked, to solve Rivet bug 55153 - RFE...oehhar2013-07-171-0/+21
| | | * Build stub objects with -DSTATIC_BUILD on all platforms. Only important on wi...jan.nijtmans2013-07-081-1/+1
| | | |\ | | | |/ | | |/|
| | | * OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-07