~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Monty Taylor
  • Date: 2009-01-23 07:27:09 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: mordred@inaugust.com-20090123072709-x3glaj1pd0b8xk7u
More cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
<pre>
134
134
  yyerrlab1:
135
135
  #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__)
136
 
    __attribute__ ((__unused__))
137
136
  #endif
138
137
</pre>
139
138
  This usage of __attribute__ is illegal, so we remove it.