]> granicus.if.org Git - graphviz/commitdiff
remove unused 'cast'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Sep 2020 00:43:56 +0000 (17:43 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 25 Sep 2020 15:21:41 +0000 (08:21 -0700)
lib/expr/exlib.h

index f4eceed4c862a20b3a13047dcf4e19903947970f..776f7a4172f9f9613997fc09d4ae3e6bcf5421d2 100644 (file)
@@ -132,7 +132,6 @@ typedef struct Print_s                      /* compiled printf arg node     */
 #include <error.h>
 #include <sfstr.h>
 
-#define cast           excast
 #define id_string      (&exbuiltin[0])
 
 #define exunlex(p,c)   ((p)->linep--,(p)->input->peek=(c))