t_2_017.cpp 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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 retokenized to find header-name tokens
  9. // of either <file> or "file". Test inclusion using absolute names.
  10. #if !defined(FILE_002_017_CPP) // avoid #include recursion
  11. #define FILE_002_017_CPP
  12. #include __FILE__
  13. #endif // FILE_002_017_CPP
  14. //R #line 24 "t_2_017.cpp"
  15. //R file t_2_017.cpp
  16. //R #line 24 "t_2_017.cpp"
  17. //R file t_2_017.cpp
  18. file t_2_017.cpp
  19. //H 10: t_2_017.cpp(13): #if
  20. //H 11: t_2_017.cpp(13): #if !defined(FILE_002_017_CPP) : 1
  21. //H 10: t_2_017.cpp(14): #define
  22. //H 08: t_2_017.cpp(14): FILE_002_017_CPP=
  23. //H 10: t_2_017.cpp(16): #include
  24. //H 04: "$P(t_2_017.cpp)"
  25. //H 05: $B(t_2_017.cpp) ($B(t_2_017.cpp))
  26. //H 10: t_2_017.cpp(13): #if
  27. //H 11: t_2_017.cpp(13): #if !defined(FILE_002_017_CPP) : 0
  28. //H 06:
  29. //H 10: t_2_017.cpp(18): #endif