comparison src/DLD-FUNCTIONS/__gnuplot_raw__.l @ 7140:beb8c3771579

[project @ 2007-11-09 02:32:18 by jwe]
author jwe
date Fri, 09 Nov 2007 02:32:18 +0000
parents 9dd8e2c98bd2
children 63ba061a3036
comparison
equal deleted inserted replaced
7139:9dd8e2c98bd2 7140:beb8c3771579
694 { \ 694 { \
695 static bool warned = false; \ 695 static bool warned = false; \
696 \ 696 \
697 if (! warned) \ 697 if (! warned) \
698 { \ 698 { \
699 warning (nm ## ": this function is obsolete and will be removed from a future version of Octave"); \ 699 warning ("%s: this function is obsolete and will be removed from a future version of Octave", nm); \
700 \ 700 \
701 warned = true; \ 701 warned = true; \
702 } \ 702 } \
703 } \ 703 } \
704 while (0) 704 while (0)