1 /*============================================================================= 2 Boost.Wave: A Standard compliant C++ preprocessor library 3 http://www.boost.org/ 4 5 Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost 6 Software License, Version 1.0. (See accompanying file 7 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 8 =============================================================================*/ 9 10 // The result of macro expansion must be re-tokenized to find header-name 11 // tokens of either <file> or "file" 12 13 //O -S. 14 15 #if !defined(FILE_002_009_CPP) // avoid #include recursion 16 #define FILE_002_009_CPP 17 18 #define SYSTEM_HEADER <t_2_009.cpp> 19 #define USER_HEADER "t_2_009.cpp" 20 21 //R #line 23 "t_2_009.cpp" 22 //R including <t_2_009.cpp> 23 including <t_2_009.cpp> 24 #include SYSTEM_HEADER 25 26 //R #line 28 "t_2_009.cpp" 27 //R including "t_2_009.cpp" 28 including "t_2_009.cpp" 29 #include USER_HEADER 30 31 #endif // FILE_002_009_CPP 32 33 //H 10: t_2_009.cpp(15): #if 34 //H 11: t_2_009.cpp(15): #if !defined(FILE_002_009_CPP) : 1 35 //H 10: t_2_009.cpp(16): #define 36 //H 08: t_2_009.cpp(16): FILE_002_009_CPP= 37 //H 10: t_2_009.cpp(18): #define 38 //H 08: t_2_009.cpp(18): SYSTEM_HEADER=<t_2_009.cpp> 39 //H 10: t_2_009.cpp(19): #define 40 //H 08: t_2_009.cpp(19): USER_HEADER="t_2_009.cpp" 41 //H 10: t_2_009.cpp(24): #include 42 //H 01: t_2_009.cpp(18): SYSTEM_HEADER 43 //H 02: <t_2_009.cpp> 44 //H 03: <t_2_009.cpp> 45 //H 04: <t_2_009.cpp> 46 //H 05: $B(t_2_009.cpp) ($B(t_2_009.cpp)) 47 //H 10: t_2_009.cpp(15): #if 48 //H 11: t_2_009.cpp(15): #if !defined(FILE_002_009_CPP) : 0 49 //H 06: 50 //H 19: $B(t_2_009.cpp): FILE_002_009_CPP 51 //H 10: t_2_009.cpp(29): #include 52 //H 01: t_2_009.cpp(19): USER_HEADER 53 //H 02: "t_2_009.cpp" 54 //H 03: "t_2_009.cpp" 55 //H 04: "t_2_009.cpp" 56 //H 10: t_2_009.cpp(31): #endif 57