代码搜索:Preprocessor
找到约 5,886 项符合「Preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/470693/1464434
c 20000127-1.c
/* { dg-do compile } */
/* Test for core dump in the preprocessor. Originally exposed by
XEmacs, but this has been synthesized from scratch. */
#define foo(bar) bar
int x =
foo(
/*
www.eeworm.com/read/240162/4590096
c arith-3.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 26 May 2002. */
/* The file tests overflow warnings for, and values of
www.eeworm.com/read/240162/4590195
c 20000127-1.c
/* { dg-do compile } */
/* Test for core dump in the preprocessor. Originally exposed by
XEmacs, but this has been synthesized from scratch. */
#define foo(bar) bar
int x =
foo(
/*
www.eeworm.com/read/237551/4627222
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __x86_64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
www.eeworm.com/read/233554/4666331
am makefile.am
# Makefile for sntp
# N.M. Maclaren, October 2000.
# Take a look at README for the various preprocessor symbols, but they are
# extremely unlikely to be needed on newer systems. You may prefer to ch
www.eeworm.com/read/233448/4685987
c arith-3.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 26 May 2002. */
/* The file tests overflow warnings for, and values of
www.eeworm.com/read/233448/4686105
c 20000127-1.c
/* { dg-do compile } */
/* Test for core dump in the preprocessor. Originally exposed by
XEmacs, but this has been synthesized from scratch. */
#define foo(bar) bar
int x =
foo(
/*
www.eeworm.com/read/216502/4891510
readme
Files in this directory form the C preprocessor, which handles '#include'
files and macro definition and expansion for the C compiler.
This new version was written by John F. Reiser and is from 5 to 1
www.eeworm.com/read/211187/4945295
h mozilla-config.h
/* List of defines generated by configure. Included with preprocessor flag,
* -include, to avoid long list of -D defines on the compile command-line.
* Do not edit.
*/
#ifndef _MOZILLA_CONFIG
www.eeworm.com/read/209211/4984489
h acconfig.h
/* Local acconfig.h for autoheader.
Descriptive text for the C preprocessor macros that
the patch configure.in can define.
autoheader copies the comments into config.hin. */
/* Define if th