File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- This is version 1.3.5 of the nesC compiler.
1
+ This is version 1.3.6 of the nesC compiler.
2
+
3
+ Changes in nesC 1.3.6
4
+ =====================
5
+ - use the version of gcc specified in ./configure when invoking nescc
6
+ - support compiling with new versions of emacs
7
+ - update alignment type to support Mac OS X
2
8
3
9
Changes in nesC 1.3.5
4
10
=====================
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dnl -*- m4 -*-
24
24
# force autoconf 2.5 on Debian systems
25
25
AC_PREREQ ( 2.50 )
26
26
27
- AC_INIT ( nesc , 1.3.5 )
27
+ AC_INIT ( nesc , 1.3.6 )
28
28
AC_CONFIG_AUX_DIR ( config-aux )
29
29
30
30
AM_INIT_AUTOMAKE
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dnl -*- m4 -*-
24
24
# force autoconf 2.5 on Debian systems
25
25
AC_PREREQ ( 2.50 )
26
26
27
- AC_INIT ( nesc , 1.3.5 )
27
+ AC_INIT ( nesc , 1.3.6 )
28
28
AC_CONFIG_AUX_DIR ( ../config-aux )
29
29
AC_CONFIG_SRCDIR ( c-parse.y )
30
30
AC_CONFIG_HEADERS ( autoconf.h )
You can’t perform that action at this time.
0 commit comments