Pull in latest Unity & Verify we can pull in files with Unicode comments.

This commit is contained in:
Mark VanderVoord
2016-02-25 15:38:09 -05:00
parent c7d7e761a5
commit 9394a29d61
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -7,6 +7,9 @@
typedef unsigned short U16;
typedef signed int int32_t;
/* CMock should handle UTF-8 characters in comments. The world is an awesomely diverse place! */
/* my µC Rocks! Open Source, not ©! My language has no Ümlauts! ǺƜǝƧǾɱɛ! */ /**! Illegal: åäö */
typedef struct _POINT_T
{
int x;
+1 -1