blob: 810bb36d792dad3f20a8715b13f78939359108c9 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef MIDDLE
# ifndef INC_PR20348_H_SEEN
# define INC_PR20348_H_SEEN
# else
# error inc/pr20348.h included twice before MIDDLE definition
# endif
#else
# error inc/pr20348.h included after MIDDLE definition
#endif
|