textual replacement vt_types to cp_types, to complete the last change

This commit is contained in:
rlar
2010-07-17 20:56:12 +00:00
parent a76cd1e104
commit 61bba96f42
6 changed files with 22 additions and 10 deletions
+12
View File
@@ -1,3 +1,15 @@
2010-07-17 Robert Larice
* src/frontend/variable.c ,
* src/frontend/variable.h ,
* src/frontend/vectors.c ,
* src/frontend/plotting/graf.c :
replace vt_types -> cp_types
to complete the last change, lets rename the enum itself as well
replacement was done mechanical, with
perl -pi -e 's/vt_types/cp_types/g' $(git grep -le '\bvt_types' | grep -v ChangeLog)
* src/include/cpextern.h :
fix a comment, reflecting the VT_ -> CP_ change
2010-07-17 Robert Larice
* src/* :
textual replacement VT_* to CP_*