Skip to content

Commit

Permalink
Finish merge of sf/pdp11
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Sep 23, 2019
1 parent 6ce37fc commit 25294b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/musahi/m68kconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ extern void mc68000_cpu_preexec(unsigned pc);
* NOTE: not enabling inline functions will SEVERELY slow down emulation.
*/
#ifndef INLINE
#define INLINE static __inline__
#define INLINE static inline
#endif /* INLINE */

#endif /* M68K_COMPILE_FOR_MAME */
Expand Down
2 changes: 1 addition & 1 deletion utils/b-em-version-str.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ if grep -q -i '^ISRELEASED="yes"' ./configure.ac; then
# A release build. Strip the git information off the tag name.
git describe --tags --abbrev=0 2>/dev/null || echo "$B_EM_VERSION"
else
git describe --always --long --dirty
git describe --always --long
fi

0 comments on commit 25294b7

Please sign in to comment.