Skip to content

Commit

Permalink
Hide main
Browse files Browse the repository at this point in the history
  • Loading branch information
spk121 committed Aug 2, 2019
1 parent 68fbd6d commit aaa6c98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gig.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ gig_init(void)
#endif
}

#ifdef STANDALONE
gint
main(gint argc, gchar **argv)
{
Expand All @@ -84,3 +85,4 @@ main(gint argc, gchar **argv)
scm_shell(argc, argv);
return 0;
}
#endif

0 comments on commit aaa6c98

Please sign in to comment.