t_2_009.cpp 1.8 KB

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