~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to vms/gawkmisc.vms

  • Committer: Juergen Kahrs
  • Date: 2013-12-23 17:26:45 UTC
  • mfrom: (408.2.218)
  • Revision ID: git-v1:ee9707cc44eea3ca64cb71666ac3e8ed26a3bb7f
Merge remote-tracking branch 'origin/master' into cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
{
221
221
        return (isatty(fd) > 0);
222
222
}
 
223
 
 
224
void
 
225
init_sockets(void)
 
226
{
 
227
}