compiler/libec: Fixed passing of typed objects in ellipsis functions; Fixed string...
authorJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 13:57:57 +0000 (09:57 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 13:57:57 +0000 (09:57 -0400)
commitf58abee31d82e279a3aeaca4f92db3604b4ca0e3
tree4cb2804a8a5a97b0a47031b15d54a7e8cb96b173
parent34af09d40cc84794e4d45edd369b991bbcb5cf13
compiler/libec: Fixed passing of typed objects in ellipsis functions; Fixed string conversion of convertible units
- Destination type was not being set properly on second and later members, C compiler errors resulted
- e.g. Degrees were not being converted to string/printed as degrees
- Updated bootstrap
compiler/bootstrap/ecere/bootstrap/File.c
compiler/bootstrap/ecere/bootstrap/String.c
compiler/bootstrap/ecere/bootstrap/dataTypes.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/libec/locale/ec.pot
compiler/libec/src/pass15.ec
ecere/src/com/dataTypes.ec