lupdate / lrelease ui/qt/Qtshark.pro
[metze/wireshark/wip.git] / text2pcap.h
index 7aadc3dee64010fbcb286dd7680579ef1033788b..8f6ca6ece8a5210a8b16c6e20c33719c5fde10ec 100644 (file)
@@ -26,7 +26,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  *******************************************************************************/
 
@@ -46,6 +46,4 @@ void parse_token(token_t token, char *str);
 
 int yylex(void);
 
-#define YY_NO_UNPUT
-
 #endif