*
* #line N "file"
*
+ * AIX's compiler:
+ *
+ * #line N "file"
+ * #line N
+ *
* Note that there may be other lines starting with '#' left after
* preprocessing as well, for instance "# pragma".
*/
/* GCC precompiled header: */
|| (q[1] == 'p'
&& str_startswith(&q[2], "ragma GCC pch_preprocess "))
- /* HP: */
+ /* HP/AIX: */
|| (q[1] == 'l' && q[2] == 'i' && q[3] == 'n' && q[4] == 'e'
&& q[5] == ' '))
&& (q == data || q[-1] == '\n')) {