Skip to content

Commit

Permalink
build: certain preprocessors included the license file, do not accept…
Browse files Browse the repository at this point in the history
… that
  • Loading branch information
zerothi committed Jun 9, 2015
1 parent 5353120 commit 0d9c228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dict_funcs_inc.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifdef COMMENTS
! @LICENSE@, see README.md
! For LICENSE, see README.md
#endif
function ROUTINE(dict_kv,VAR)(key,val) result(this)
character(len=*), intent(in) :: key
Expand Down
2 changes: 1 addition & 1 deletion var_funcs_inc.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifdef COMMENTS
! @LICENSE@, see README.md
! For LICENSE, see README.md
#endif
#include "settings.inc"
subroutine ROUTINE(assign_set,VAR)(this,rhs,dealloc)
Expand Down

0 comments on commit 0d9c228

Please sign in to comment.