Re: svn commit: r8372 - branches/1.0-stabilization

Philip Martin <philip-6ttV0fGTPV0sXMjTw6Upulpr/1R2p/[email protected]> Sun, 18 Jan 2004 14:17:17 +0000
Newsgroups gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Greg Hudson <ghudson-DPNOqEs/[email protected]> writes:

> SVN won't compile with xlc with this change either, due to the
> volatile sig_atomic_t issue.  So, r8343 would make sense if combined
> with a workaround for that issue (although there is no good workaround),

The way to handle it is an autoconf macro (perhaps for AIX/xlc only)
that attempts to compile volatile sig_atomic_t.  Possibly followed by
another attempt for plain sig_atomic_t to avoid false positives.  Then
we can use the pre-processor to remove volatile.  However I don't
really do autoconf, and I don't have access to AIX/xlc either.

I'm tempted simply to put a comment in the code telling AIX/xlc users
how to modify the code.

-- 
Philip Martin