/daq/libopc

To get this branch, use:
bzr branch http://darksoft.org/webbzr/daq/libopc

« back to all changes in this revision

Viewing changes to 3rd_party/prime.c

  • Committer: Suren A. Chilingaryan
  • Date: 2021-01-15 04:56:46 UTC
  • Revision ID: csa@suren.me-20210115045646-lt7l4kuekvtfqdbx
Fix compilation of libds on Ubuntu 18.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
#ifdef _WIN32
126
126
_inline 
127
127
#else /* _WIN32 */
128
 
inline 
 
128
//inline 
129
129
#endif /* _WIN32 */
130
130
int mulmod( unsigned x, unsigned y, unsigned z )
131
131
{