summaryrefslogtreecommitdiff
path: root/NetWare/sv_nw.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove "register" declarationsKarl Williamson2012-11-241-3/+3
| | | | | | | This finishes the removal of register declarations started by eb578fdb5569b91c28466a4d1939e381ff6ceaf4. It neglected the ones in function parameter declarations, and didn't include things in dist, ext, and lib, which this does include
* Change to use sv_force_normal_flags() directly, rather than callingSteve Peters2005-10-291-1/+1
| | | | | sv_force_normal() to call sv_force_normal_flags(). p4raw-id: //depot/perl@25875
* Missed from #16811.Jarkko Hietaniemi2002-05-271-0/+35
p4raw-id: //depot/perl@16812