From: Leandro Lucarella Date: Sat, 20 Sep 2003 23:19:33 +0000 (+0000) Subject: Parece que se soluciono el problema del gcc 3.3. X-Git-Tag: svn_import X-Git-Url: https://git.llucax.com/z.facultad/75.42/calculadora.git/commitdiff_plain/refs/heads/master?hp=0030baf01844749eb88b276c6e8ce417cdd6914d Parece que se soluciono el problema del gcc 3.3. --- diff --git a/Makefile b/Makefile index 6fb57f7..c9aea06 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ # Opciones para el compilador. CFLAGS=-ansi -pedantic -Wall -g3 -DDEBUG -CC=gcc-3.2 # Pruebas. TESTS=dllist_test memdebug_test parser_equation_test parser_variable_test \