소스 검색

It should be safe to default to C99 now

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 5 년 전
부모
커밋
727c1b0adc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/Makefile.am

+ 1
- 1
src/Makefile.am 파일 보기

@@ -1,7 +1,7 @@
1 1
 bin_PROGRAMS   = light
2 2
 light_SOURCES  = main.c light.c light.h helpers.c helpers.h
3 3
 light_CPPFLAGS = -I../include -D_XOPEN_SOURCE=500
4
-light_CFLAGS   = -W -Wall -Wextra -pedantic -std=c89
4
+light_CFLAGS   = -W -Wall -Wextra -pedantic -std=c99
5 5
 
6 6
 install-exec-hook:
7 7
 	chmod 4755 $(DESTDIR)$(bindir)/light